home *** CD-ROM | disk | FTP | other *** search
Text File | 2000-04-12 | 716 b | 36 lines | [TEXT/R*ch] |
- /*
- File: EPPC.r
-
- Contains: High Level Event Manager Interfaces.
-
- Version: Technology: System 7.5
- Release: QuickTime 4.1
-
- Copyright: © 1988-1999, 1999 by Apple Computer, Inc., all rights reserved
-
- Bugs?: For bug reports, consult the following page on
- the World Wide Web:
-
- http://developer.apple.com/bugreporter/
-
- */
-
- #ifndef __EPPC_R__
- #define __EPPC_R__
-
- #ifndef __CONDITIONALMACROS_R__
- #include "ConditionalMacros.r"
- #endif
-
-
- /*----------------------------------------eppc -----------------------------------------*/
- type 'eppc' {
- unsigned longint; /* flags word */
- unsigned longint; /* reserved */
- unsigned integer; /* scriptCode */
- pstring[32];
- };
-
- #endif /* __EPPC_R__ */
-
-